home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / USR / LIB / KBD / CONSOLEF.{_1 / PSFFILES.DOC < prev    next >
Text File  |  1994-05-13  |  745b  |  18 lines

  1. The format of a .PSF file is as follows:
  2.  
  3. Byte    Size of field           Contents
  4. 0       Word                    File ID, always 0436h
  5. 2       Byte                    File mode
  6.  
  7. === FILE MODE 0:  256 character byte-aligned monofont (as used by EGA/VGA)
  8.  
  9. 3       Byte                    Height of characters in scan lines
  10. 4...    256x[byte 3] bytes      Font data; each character contains one byte
  11.                                     per scan line, characters continuous
  12.  
  13. === FILE MODE 1:  512 character byte-aligned monofont
  14.  
  15. 3       Byte                    Height of characters in scan lines
  16. 4...    512x[byte 3] bytes      Font data; each character contains one byte
  17.                                     per scan line, characters continuous
  18.